home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-18 | 1.1 KB | 33 lines | [TEXT/CWIE] |
- /*
- ** Apple Macintosh Developer Technical Support
- **
- ** Sample pre-mixer sound component
- **
- ** by Mark Cookson, Apple Developer Technical Support
- **
- ** File: VU-Meter.h
- **
- ** Copyright ©1996 Apple Computer, Inc.
- ** All rights reserved.
- **
- ** You may incorporate this sample code into your applications without
- ** restriction, though the sample code has been provided "AS IS" and the
- ** responsibility for its operation is 100% yours. However, what you are
- ** not permitted to do is to redistribute the source as "Apple Sample
- ** Code" after having made changes. If you're going to re-distribute the
- ** source, we require that you make it clear in the source that the code
- ** was descended from Apple Sample Code, but that you've made changes.
- */
-
- // this header is shared by C and Rez
-
-
- #define kSoundComponentVersion 0x00010000 // version for this sound component
-
- // codec type and Get/SetInfo selector, needs to be unique
- // your component's file type should be registered with DTS
- // this value is unique and can be used for your component's sub-type and selector
-
- #define kVUSelectorSubType 'VMtr'
-
-